home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / rpg / crossfir.92 / crossfir / crossfire-0.92.5 / config / crossfire.tmpl < prev    next >
Text File  |  1996-07-24  |  695b  |  35 lines

  1. #include "crossfire.cf"
  2.  
  3. #include "crossfire.rules"
  4.  
  5. /*
  6.  * We are in this domain
  7.  */
  8. IMAKE_DEFINES = -DCrossFire -I$(TOP)/../.. -I$(TOP)/../config
  9.  
  10.       TAR = tar
  11.      PERL = perl
  12.  BASENAME = basename
  13.      SHAR = shar
  14.  
  15. /*
  16.  * to avoid mess with BINDIR's
  17.  */
  18. MKDIRHIER = mkdirhier
  19.  
  20. /*
  21.  * this is a interaction between Imake and include/config.h
  22.  * idea: include include/config.h here, so get benefit of user
  23.  * configuration in one place
  24.  */
  25. DEFINES = -DFONTDIR=\"${FONTDIR}\" -DFONTNAME=\"$(FONTNAME)\" $(TARGET) \
  26.         -DLIBDIR=\"$(C_LIBDIR)\"
  27.  
  28. /*
  29.  * here we pass debbugging flags via make-execution
  30.  */
  31.  
  32. #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
  33.  
  34. /*** end of crossfire.tmpl ***/
  35.